Crate memchr [−] [src]
This crate defines two functions, memchr
and memrchr
, which expose a safe interface
to the corresponding functions in libc
.
Functions
memchr |
A safe interface to |
memchr2 |
Like |
memchr3 |
Like |
memrchr |
A safe interface to |